UmfpackFactorization
UMFPACK's numeric factors behind koblas's F64SparseFactorization. Holds its matrix alive because umfpack_di_solve takes Ap, Ai and Ax alongside the factors.
Functions
solveInto
open override fun solveInto(b: DoubleArray, out: DoubleArray, transpose: Boolean = false, workspace: Workspace? = null): DoubleArray(source)
Solve B x = b, or Bᵀ x = b when transpose, into out, which is returned. Allocates nothing when given a workspace. out may be b.